A. Session.Abandon
B. Session.Dump
C. Session.Exit
D. None of these
Advertisement
Related Mcqs:
- A developer wanted to achieve graphics in his display using ASP.NET. Which of the following web controls are available in ASP.NET to achieve the above ?
- A. AdRotator B. LinkButton C. Both A and B D. None of the Above...
- How ASP.Net Different from classic ASP ?
- A. Code is separated from the HTML and interpreted Code is interpreted separately B. Scripting is separated from the HTML, Code is compiled as a DLL, the DLLs can be executed on server C. Scripting is separated from the HTML, Code is interpreted seperately D. None of these...
- In ASP.NET if you want to allows page developers a way to specify static connections in a content page then the class used is_____________?
- A. System.Activator B. ProxyWebPartManager C. WebPartManager D. None of these...
- Give one word: What model does ASP.NET request processing is based on__________________?
- A. Top-down B. Bottom-up C. Waterfall D. Pipeline...
- What executable unit gets created when we build an ASP.Net application ?
- A. . EXE B. . COM C. . DLL D. None of the above...
- The Following are the minimum requirement to run Asp.net pages_________________?
- A. Windows explorer B. Java Virtual Machine C. Common Language Runtime D. All of the above...
- File extension used for ASP.NET files ?
- A. .ASP B. .Web C. .ASPX D. None of these...
- An organization has developed a web service in which the values of the forms are validated using ASP.NET application. Suppose this web service is got and used by a customer then in such a scenario whi ?
- A. The customer can run on any platform. B. Such a situation cannot happen at all C. The customer must be having technology that run ASP. D. None of the Above...
- In ASP.NET application the Global.asax file lie in which directory_________________?
- A. System B. ROOT C. Application D. None of the Above...
- How to find out what version of ASP.NET I am using on my machine ?
- A. Response.Write(Version.ToString() ); B. Response.Write(System.Version.ToString() ); C. Response.Write(System.Environment.Version.ToString() ); D. not possible...
Advertisement